home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / game / role / alan.lha / CHANGES < prev    next >
Text File  |  1997-02-26  |  4KB  |  83 lines

  1. Thu Dec 12 14:53:12 1996  Thomas Nilsson  <thoni@rabbit>
  2.  
  3.     * Removed the directory part of the log file name, meaning that
  4.     log file is always written in the user directory.
  5.  
  6. Thu Aug 29 19:34:09 1996  Thomas Nilsson  <thoni@rabbit>
  7.  
  8.     * LANGUAGE IMPROVEMENT: Added the more Alan-ish way to specify
  9.         scripts, namely by name (old style, by numbers, are still
  10.         supported, and mixing is allowed).
  11.  
  12. Wed Aug 28 09:00:58 1996  Thomas Nilsson  <thoni@rabbit>
  13.  
  14.     * LANGUAGE IMPROVEMENT: Made the MESSAGE construct accept general
  15.     statements.  Unfortunately this also required the removal of the
  16.     positive response checking in confirmation messages.  Note that
  17.     *any* input is now considered a negative response (YES, I will
  18.     look into changing this...)
  19.  
  20.     * SYSTEM CHANGE: Changed the QUIT statement to ask for RESTART,
  21.         RESTORE or QUIT (like old time InfoCom games). The message QUIT
  22.         can be used to change the contents of the question, but note that
  23.         the RESTART, RESTORE and QUIT words are hardwired into the
  24.         interpreter. The new QUIT function may cause some problems with
  25.         earlier games (and gamers) because the player will probably answer
  26.         the wrong thing when doing a quit (but let's hope if-players can
  27.         read ;-)
  28.  
  29.     * LANGUAGE IMPROVEMENT: Added a new statement RESTART to restart
  30.      the current game. It causes a prompt for confirmation (the new
  31.      REALLY message, which can be changed using the MESSAGE construct,
  32.      like all the standard messages).
  33.  
  34.     * DOCUMENTATION: Changed format of the grammar description, now
  35.     using the more clear (?) <xyz> format for non-terminals. Also
  36.     removed all grammar from the reference chapter.
  37.  
  38.     * SIGNIFICANT LANGUAGE IMPROVEMENT: Reference to objects/actors
  39.     not at the current location allowed! Another special indicator for
  40.     parameters in the syntax construct has been added. In the same way
  41.     as it has been possible to indicate that a parameter can be
  42.     multiple, it is now possible to indicate that the parameter need
  43.     *not* be present to be considered.  Disambiguation between
  44.     multiple objects that matches the words given by the player is
  45.     performed as before (with presence taking precedence). This allows
  46.     much simpler handling of e.g. ASK JOE ABOUT BILL, because we need
  47.     no longer use tricks to make BILL present.
  48.  
  49. Fri Jul 26 13:48:24 1996  Thomas Nilsson  <thoni@rabbit>
  50.  
  51.     * SIGNIFICANT LANGUAGE IMPROVEMENT: Added general default
  52.     attribute available for all Actors, Objects and Locations: DEFAULT
  53.     ATTRIBUTES. Allows for example verbs like 'examine' to act on both
  54.     actors and objects in a much better way.
  55.  
  56. Thu May 23 23:42:05 1996  Thomas Nilsson  <thoni@rabbit>
  57.  
  58.     * LANGUAGE IMPROVEMENT: Allowed arbitrary order between
  59.         declaration of initial location and names on actors and objects
  60.  
  61.     * SIGNIFICANT LANGUAGE IMPROVEMENT: Allowed multiple player names
  62.         on actors and objects.
  63.  
  64. Tue May 21 13:39:39 1996  Thomas Nilsson  <thoni@rabbit>
  65.  
  66.     * LANGUAGE IMPROVEMENT: Allowed the previously completely reserved
  67.      words ARTICLE, MESSAGE, QUIT, SAVE and RESTORE to be used as
  68.      identifiers
  69.  
  70. Fri Apr 12 11:05:41 1996  Thomas Nilsson  <thoni@rabbit>
  71.  
  72.     * BUGFIX: Finally allowed "no" prefix for boolean options, as in
  73.         "No Debug", note that the 2.6 version of the manual is wrong
  74.  
  75.     * BUGFIX: Fixed the unexisting FPU and article problems in the DOS
  76.         port
  77.  
  78. Wed Apr  3 00:54:24 1996  Thomas Nilsson  <thoni@heffa>
  79.  
  80.     * INTERPRETER IMPROVEMENT: Added the ',' as an alternate
  81.         conjunction (alternative to 'and') in player input.
  82.  
  83.